home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_166 / cref / cref.doc < prev    next >
Text File  |  1992-05-06  |  933b  |  29 lines

  1.   cref - C cross referencer
  2.  
  3. This program reads C source from its standard input or one or more files
  4. and prints the source code with line numbers followed by an alphabetic
  5. list of  word references by line number.
  6.  
  7. To run:
  8.     cref [-q] [-lnnn] [-wnnn] [-hheading] [-tnnn] [-?] [file ...]
  9.  
  10. Options:
  11.     q    - don't print normal input file listing.
  12.  
  13.     lnnn - set page length to n instead of the default 66.
  14.             Minimum allowed is 4, maximum is 9999.
  15.  
  16.     wnnn - set page width to n instead of the default 132.
  17.             Minimum allowed is 27, maximum is 132.
  18.  
  19.     hccc - set page heading to 'ccc' rather than file names.
  20.  
  21.     tnnn - set tab spaces to n instead if the default 8.
  22.             Minimum is 1, maximum is 132.
  23.      ?    - display this list.
  24.  
  25. This program was written by Mike Edmonds for use on Unix. It was ported
  26. to the Amiga by Joel Swank. The original UNIX source is included for
  27. the sake of completeness.
  28.  
  29.